Shared Database services: Difference between revisions
No edit summary |
|||
Line 1: | Line 1: | ||
= pl:u | = pl:u = | ||
This is "nn::pl::detail::ISharedFontManager". | This is "nn::pl::detail::ISharedFontManager". | ||
Line 21: | Line 21: | ||
== RequestLoad == | == RequestLoad == | ||
Takes a [[#SharedFontType]] (uint32), no output. | Takes a [[#SharedFontType]] (uint32), no output. | ||
== GetLoadState == | == GetLoadState == | ||
Takes a [[#SharedFontType]] (uint32), returns the [[#LoadState]] (uint32). | Takes a [[#SharedFontType]] (uint32), returns the [[#LoadState]] (uint32). | ||
=== LoadState === | === LoadState === | ||
{| class="wikitable" border="1" | {| class="wikitable" border="1" | ||
|- | |- | ||
Line 40: | Line 37: | ||
== GetSize == | == GetSize == | ||
Takes a [[#SharedFontType]] (uint32), returns the Font Size (uint32). | Takes a [[#SharedFontType]] (uint32), returns the Font Size (uint32). | ||
== GetSharedMemoryAddressOffset == | == GetSharedMemoryAddressOffset == | ||
Takes a [[#SharedFontType]] (uint32), returns the offset (uint32) to the Font Address. | Takes a [[#SharedFontType]] (uint32), returns the offset (uint32) to the Font Address. | ||
Line 58: | Line 53: | ||
== SharedFontType == | == SharedFontType == | ||
{| class="wikitable" border="1" | {| class="wikitable" border="1" | ||
|- | |- | ||
Line 85: | Line 79: | ||
| 0 || GetDatabaseServiceSharedPointer | | 0 || GetDatabaseServiceSharedPointer | ||
|} | |} | ||
[[Category:Services]] |