1 implementation of AllocateTableCache
PresentationCore (1)
MS\Internal\FontCache\FontFaceLayoutInfo.cs (1)
888public byte[] AllocateTableCache(OpenTypeTags tableTag, int size)
1 reference to AllocateTableCache
PresentationCore (1)
MS\Internal\Shaping\OpenTypeLayoutCache.cs (1)
589byte[] cache = font.AllocateTableCache(tableTag, cacheSize);