Version: 2021.1
言語: 日本語

FontEngine.TryGetGlyphWithIndexValue

マニュアルに切り替える
public static bool TryGetGlyphWithIndexValue (uint glyphIndex, TextCore.LowLevel.GlyphLoadFlags flags, out TextCore.Glyph glyph);

パラメーター

glyphIndex The index of the glyph that should be loaded.
flags The glyph loading flag that should be used to load the glyph.
glyph The glyph using the provided index or the .notdef glyph (index 0) if no glyph was found at that index.

戻り値

bool Returns true if a glyph exists at the given index. Otherwise returns false.

説明

Try loading the glyph for the given index value and if available populate the glyph.