UNPKG

3d-tiles-renderer

Version:

https://github.com/AnalyticalGraphicsInc/3d-tiles/tree/master/specification

22 lines (14 loc) 380 B
import { MVTGlyphs } from './MVTGlyphs.js'; export interface MVTLabelGlyphsOptions { size?: number; glyphSize?: number; slotCount?: number; font?: string | null; fontFamily?: string; strokeStyle?: string; strokeWidth?: number; } export class MVTLabelGlyphs extends MVTGlyphs { constructor( options?: MVTLabelGlyphsOptions ); measureChar( char: string ): number; }